Trình soạn thảo văn bản đơn giản Trong C# mới

1 namespace Best_Notepad
2 {
3     
partial class notepad1
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(notepad1));
33             
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
34             
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35             
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36             
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
37             
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38             
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39             
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40             
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
41             
this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42             
this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43             
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
44             
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45             
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46             
this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47             
this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48             
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
49             
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50             
this.dateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51             
this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
52             
this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53             
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54             
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55             
this.signOutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56             
this.formatFontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57             
this.changeTextColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58             
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
59             
this.normatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60             
this.boldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61             
this.italicToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62             
this.underlineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63             
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
64             
this.strikethroughToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
65             
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
66             
this.speachToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
67             
this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
68             
this.aboutNotepadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
69             
this.signOutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
70             
this.mainrichTextBox = new System.Windows.Forms.RichTextBox();
71             
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
72             
this.undoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
73             
this.redoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
74             
this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
75             
this.normalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
76             
this.boldToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
77             
this.italicToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
78             
this.underlineToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
79             
this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
80             
this.cutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
81             
this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
82             
this.pasteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
83             
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
84             
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
85             
this.messagetoolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
86             
this.capstoolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
87             
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
88             
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
89             
this.newtoolStripButton = new System.Windows.Forms.ToolStripButton();
90             
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
91             
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
92             
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
93             
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
94             
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
95             
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
96             
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
97             
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
98             
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
99             
this.toolStripButton14 = new System.Windows.Forms.ToolStripButton();
100             
this.toolStripButton15 = new System.Windows.Forms.ToolStripButton();
101             
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
102             
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
103             
this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
104             
this.toolStripButton10 = new System.Windows.Forms.ToolStripButton();
105             
this.toolStripButton11 = new System.Windows.Forms.ToolStripButton();
106             
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
107             
this.toolStripButton12 = new System.Windows.Forms.ToolStripButton();
108             
this.toolStripButton13 = new System.Windows.Forms.ToolStripButton();
109             
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
110             
this.toolStripButton16 = new System.Windows.Forms.ToolStripButton();
111             
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
112             
this.calculatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
113             
this.menuStrip1.SuspendLayout();
114             
this.contextMenuStrip1.SuspendLayout();
115             
this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
116             
this.toolStripContainer1.ContentPanel.SuspendLayout();
117             
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
118             
this.toolStripContainer1.SuspendLayout();
119             
this.statusStrip1.SuspendLayout();
120             
this.toolStrip1.SuspendLayout();
121             
this.SuspendLayout();
122             
//
123             
// menuStrip1
124             
//
125             
this.menuStrip1.BackColor = System.Drawing.Color.DarkGray;
126             
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
127             
this.fileToolStripMenuItem,
128             
this.editToolStripMenuItem,
129             
this.signOutToolStripMenuItem,
130             
this.helpToolStripMenuItem});
131             
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
132             
this.menuStrip1.Name = "menuStrip1";
133             
this.menuStrip1.Size = new System.Drawing.Size(712, 24);
134             
this.menuStrip1.TabIndex = 0;
135             
this.menuStrip1.Text = "mainmenuStrip";
136             
//
137             
// fileToolStripMenuItem
138             
//
139             
this.fileToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
140             
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
141             
this.newToolStripMenuItem,
142             
this.toolStripMenuItem2,
143             
this.openToolStripMenuItem,
144             
this.saveToolStripMenuItem,
145             
this.saveAsToolStripMenuItem,
146             
this.toolStripMenuItem1,
147             
this.printPreviewToolStripMenuItem,
148             
this.printToolStripMenuItem,
149             
this.toolStripMenuItem3,
150             
this.exitToolStripMenuItem});
151             
this.fileToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
152             
this.fileToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.images__1_1;
153             
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
154             
this.fileToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
155             
this.fileToolStripMenuItem.Text = "&File";
156             
this.fileToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
157             
this.fileToolStripMenuItem.MouseHover += new System.EventHandler(this.fileToolStripMenuItem_MouseHover);
158             
//
159             
// newToolStripMenuItem
160             
//
161             
this.newToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.newclient;
162             
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
163             
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
164             
this.newToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
165             
this.newToolStripMenuItem.Text = "New";
166             
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
167             
//
168             
// toolStripMenuItem2
169             
//
170             
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
171             
this.toolStripMenuItem2.Size = new System.Drawing.Size(172, 6);
172             
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
173             
//
174             
// openToolStripMenuItem
175             
//
176             
this.openToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.images__1_;
177             
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
178             
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
179             
this.openToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
180             
this.openToolStripMenuItem.Text = "Open";
181             
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
182             
//
183             
// saveToolStripMenuItem
184             
//
185             
this.saveToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.download1;
186             
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
187             
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
188             
this.saveToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
189             
this.saveToolStripMenuItem.Text = "Save";
190             
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
191             
//
192             
// saveAsToolStripMenuItem
193             
//
194             
this.saveAsToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.save_as;
195             
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
196             
this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
197             | System.Windows.Forms.Keys.S)));
198             
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
199             
this.saveAsToolStripMenuItem.Text = "Save as";
200             
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
201             
//
202             
// toolStripMenuItem1
203             
//
204             
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
205             
this.toolStripMenuItem1.Size = new System.Drawing.Size(172, 6);
206             
//
207             
// printPreviewToolStripMenuItem
208             
//
209             
this.printPreviewToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.printpreviw;
210             
this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
211             
this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
212             
this.printPreviewToolStripMenuItem.Text = "Print Preview";
213             
//
214             
// printToolStripMenuItem
215             
//
216             
this.printToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.print;
217             
this.printToolStripMenuItem.Name = "printToolStripMenuItem";
218             
this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
219             
this.printToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
220             
this.printToolStripMenuItem.Text = "Print";
221             
//
222             
// toolStripMenuItem3
223             
//
224             
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
225             
this.toolStripMenuItem3.Size = new System.Drawing.Size(172, 6);
226             
//
227             
// exitToolStripMenuItem
228             
//
229             
this.exitToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.exit;
230             
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
231             
this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
232             
this.exitToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
233             
this.exitToolStripMenuItem.Text = "Exit";
234             
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
235             
//
236             
// editToolStripMenuItem
237             
//
238             
this.editToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
239             
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
240             
this.undoToolStripMenuItem,
241             
this.redoToolStripMenuItem,
242             
this.toolStripMenuItem4,
243             
this.selectAllToolStripMenuItem,
244             
this.dateToolStripMenuItem,
245             
this.toolStripMenuItem8,
246             
this.cutToolStripMenuItem,
247             
this.copyToolStripMenuItem,
248             
this.pasteToolStripMenuItem,
249             
this.toolStripMenuItem11,
250             
this.calculatorToolStripMenuItem});
251             
this.editToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
252             
this.editToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.edit;
253             
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
254             
this.editToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
255             
this.editToolStripMenuItem.Text = "&Edit";
256             
//
257             
// undoToolStripMenuItem
258             
//
259             
this.undoToolStripMenuItem.Enabled = false;
260             
this.undoToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.undo;
261             
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
262             
this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
263             
this.undoToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
264             
this.undoToolStripMenuItem.Text = "Undo";
265             
this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
266             
//
267             
// redoToolStripMenuItem
268             
//
269             
this.redoToolStripMenuItem.Enabled = false;
270             
this.redoToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.redo;
271             
this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
272             
this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
273             
this.redoToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
274             
this.redoToolStripMenuItem.Text = "Redo";
275             
this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
276             
//
277             
// toolStripMenuItem4
278             
//
279             
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
280             
this.toolStripMenuItem4.Size = new System.Drawing.Size(159, 6);
281             
//
282             
// selectAllToolStripMenuItem
283             
//
284             
this.selectAllToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.select_all;
285             
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
286             
this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
287             
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
288             
this.selectAllToolStripMenuItem.Text = "Select all";
289             
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
290             
//
291             
// dateToolStripMenuItem
292             
//
293             
this.dateToolStripMenuItem.Name = "dateToolStripMenuItem";
294             
this.dateToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
295             
this.dateToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
296             
this.dateToolStripMenuItem.Text = "Date/Time";
297             
this.dateToolStripMenuItem.Click += new System.EventHandler(this.dateToolStripMenuItem_Click);
298             
//
299             
// toolStripMenuItem8
300             
//
301             
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
302             
this.toolStripMenuItem8.Size = new System.Drawing.Size(159, 6);
303             
//
304             
// cutToolStripMenuItem
305             
//
306             
this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
307             
this.cutToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
308             
this.cutToolStripMenuItem.Text = "Cut";
309             
this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
310             
//
311             
// copyToolStripMenuItem
312             
//
313             
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
314             
this.copyToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
315             
this.copyToolStripMenuItem.Text = "Copy";
316             
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
317             
//
318             
// pasteToolStripMenuItem
319             
//
320             
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
321             
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
322             
this.pasteToolStripMenuItem.Text = "Paste";
323             
this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
324             
//
325             
// signOutToolStripMenuItem
326             
//
327             
this.signOutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
328             
this.formatFontToolStripMenuItem,
329             
this.changeTextColorToolStripMenuItem,
330             
this.toolStripMenuItem5,
331             
this.normatToolStripMenuItem,
332             
this.boldToolStripMenuItem,
333             
this.italicToolStripMenuItem,
334             
this.underlineToolStripMenuItem,
335             
this.toolStripMenuItem6,
336             
this.strikethroughToolStripMenuItem});
337             
this.signOutToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
338             
this.signOutToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.format;
339             
this.signOutToolStripMenuItem.Name = "signOutToolStripMenuItem";
340             
this.signOutToolStripMenuItem.Size = new System.Drawing.Size(73, 20);
341             
this.signOutToolStripMenuItem.Text = "&Format";
342             
//
343             
// formatFontToolStripMenuItem
344             
//
345             
this.formatFontToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.format;
346             
this.formatFontToolStripMenuItem.Name = "formatFontToolStripMenuItem";
347             
this.formatFontToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
348             
this.formatFontToolStripMenuItem.Text = "Format Font";
349             
this.formatFontToolStripMenuItem.Click += new System.EventHandler(this.formatFontToolStripMenuItem_Click);
350             
//
351             
// changeTextColorToolStripMenuItem
352             
//
353             
this.changeTextColorToolStripMenuItem.Name = "changeTextColorToolStripMenuItem";
354             
this.changeTextColorToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
355             
this.changeTextColorToolStripMenuItem.Text = "Change Text Color";
356             
this.changeTextColorToolStripMenuItem.Click += new System.EventHandler(this.changeTextColorToolStripMenuItem_Click);
357             
//
358             
// toolStripMenuItem5
359             
//
360             
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
361             
this.toolStripMenuItem5.Size = new System.Drawing.Size(168, 6);
362             
//
363             
// normatToolStripMenuItem
364             
//
365             
this.normatToolStripMenuItem.Name = "normatToolStripMenuItem";
366             
this.normatToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
367             
this.normatToolStripMenuItem.Text = "Normal";
368             
this.normatToolStripMenuItem.Click += new System.EventHandler(this.normatToolStripMenuItem_Click);
369             
//
370             
// boldToolStripMenuItem
371             
//
372             
this.boldToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.bold;
373             
this.boldToolStripMenuItem.Name = "boldToolStripMenuItem";
374             
this.boldToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
375             
this.boldToolStripMenuItem.Text = "Bold";
376             
this.boldToolStripMenuItem.Click += new System.EventHandler(this.boldToolStripMenuItem_Click);
377             
//
378             
// italicToolStripMenuItem
379             
//
380             
this.italicToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.italic;
381             
this.italicToolStripMenuItem.Name = "italicToolStripMenuItem";
382             
this.italicToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
383             
this.italicToolStripMenuItem.Text = "Italic";
384             
this.italicToolStripMenuItem.Click += new System.EventHandler(this.italicToolStripMenuItem_Click);
385             
//
386             
// underlineToolStripMenuItem
387             
//
388             
this.underlineToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.underline;
389             
this.underlineToolStripMenuItem.Name = "underlineToolStripMenuItem";
390             
this.underlineToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
391             
this.underlineToolStripMenuItem.Text = "Underline";
392             
this.underlineToolStripMenuItem.Click += new System.EventHandler(this.underlineToolStripMenuItem_Click);
393             
//
394             
// toolStripMenuItem6
395             
//
396             
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
397             
this.toolStripMenuItem6.Size = new System.Drawing.Size(168, 6);
398             
//
399             
// strikethroughToolStripMenuItem
400             
//
401             
this.strikethroughToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.strikethrough1;
402             
this.strikethroughToolStripMenuItem.Name = "strikethroughToolStripMenuItem";
403             
this.strikethroughToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
404             
this.strikethroughToolStripMenuItem.Text = "Strikethrough";
405             
this.strikethroughToolStripMenuItem.Click += new System.EventHandler(this.strikethroughToolStripMenuItem_Click);
406             
//
407             
// helpToolStripMenuItem
408             
//
409             
this.helpToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
410             
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
411             
this.speachToolStripMenuItem,
412             
this.toolStripMenuItem10,
413             
this.aboutNotepadToolStripMenuItem,
414             
this.signOutToolStripMenuItem1});
415             
this.helpToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
416             
this.helpToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.help;
417             
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
418             
this.helpToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
419             
this.helpToolStripMenuItem.Text = "&Help";
420             
//
421             
// speachToolStripMenuItem
422             
//
423             
this.speachToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.speech;
424             
this.speachToolStripMenuItem.Name = "speachToolStripMenuItem";
425             
this.speachToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
426             
this.speachToolStripMenuItem.Text = "&Speech";
427             
this.speachToolStripMenuItem.Click += new System.EventHandler(this.speachToolStripMenuItem_Click);
428             
//
429             
// toolStripMenuItem10
430             
//
431             
this.toolStripMenuItem10.Name = "toolStripMenuItem10";
432             
this.toolStripMenuItem10.Size = new System.Drawing.Size(153, 6);
433             
//
434             
// aboutNotepadToolStripMenuItem
435             
//
436             
this.aboutNotepadToolStripMenuItem.Image = global::Best_Notepad.Properties.Resources.about;
437             
this.aboutNotepadToolStripMenuItem.Name = "aboutNotepadToolStripMenuItem";
438             
this.aboutNotepadToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
439             
this.aboutNotepadToolStripMenuItem.Text = "About Notepad";
440             
this.aboutNotepadToolStripMenuItem.Click += new System.EventHandler(this.aboutNotepadToolStripMenuItem_Click);
441             
//
442             
// signOutToolStripMenuItem1
443             
//
444             
this.signOutToolStripMenuItem1.Image = global::Best_Notepad.Properties.Resources.signout;
445             
this.signOutToolStripMenuItem1.Name = "signOutToolStripMenuItem1";
446             
this.signOutToolStripMenuItem1.Size = new System.Drawing.Size(156, 22);
447             
this.signOutToolStripMenuItem1.Text = "SignOut";
448             
this.signOutToolStripMenuItem1.Click += new System.EventHandler(this.signOutToolStripMenuItem1_Click);
449             
//
450             
// mainrichTextBox
451             
//
452             
this.mainrichTextBox.BackColor = System.Drawing.SystemColors.Window;
453             
this.mainrichTextBox.ContextMenuStrip = this.contextMenuStrip1;
454             
this.mainrichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
455             
this.mainrichTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
456             
this.mainrichTextBox.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
457             
this.mainrichTextBox.Location = new System.Drawing.Point(0, 0);
458             
this.mainrichTextBox.Name = "mainrichTextBox";
459             
this.mainrichTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
460             
this.mainrichTextBox.Size = new System.Drawing.Size(712, 356);
461             
this.mainrichTextBox.TabIndex = 1;
462             
this.mainrichTextBox.Text = "";
463             
this.mainrichTextBox.TextChanged += new System.EventHandler(this.mainrichTextBox_TextChanged);
464             
this.mainrichTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mainrichTextBox_KeyDown);
465             
//
466             
// contextMenuStrip1
467             
//
468             
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
469             
this.undoToolStripMenuItem1,
470             
this.redoToolStripMenuItem1,
471             
this.toolStripMenuItem7,
472             
this.normalToolStripMenuItem,
473             
this.boldToolStripMenuItem1,
474             
this.italicToolStripMenuItem1,
475             
this.underlineToolStripMenuItem1,
476             
this.toolStripMenuItem9,
477             
this.cutToolStripMenuItem1,
478             
this.copyToolStripMenuItem1,
479             
this.pasteToolStripMenuItem1});
480             
this.contextMenuStrip1.Name = "contextMenuStrip1";
481             
this.contextMenuStrip1.Size = new System.Drawing.Size(126, 214);
482             
//
483             
// undoToolStripMenuItem1
484             
//
485             
this.undoToolStripMenuItem1.Enabled = false;
486             
this.undoToolStripMenuItem1.Image = global::Best_Notepad.Properties.Resources.undo;
487             
this.undoToolStripMenuItem1.Name = "undoToolStripMenuItem1";
488             
this.undoToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
489             
this.undoToolStripMenuItem1.Text = "&Undo";
490             
this.undoToolStripMenuItem1.Click += new System.EventHandler(this.undoToolStripMenuItem1_Click);
491             
//
492             
// redoToolStripMenuItem1
493             
//
494             
this.redoToolStripMenuItem1.Enabled = false;
495             
this.redoToolStripMenuItem1.Image = global::Best_Notepad.Properties.Resources.redo;
496             
this.redoToolStripMenuItem1.Name = "redoToolStripMenuItem1";
497             
this.redoToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
498             
this.redoToolStripMenuItem1.Text = "&Redo";
499             
this.redoToolStripMenuItem1.Click += new System.EventHandler(this.redoToolStripMenuItem1_Click);
500             
//
501             
// toolStripMenuItem7
502             
//
503             
this.toolStripMenuItem7.Name = "toolStripMenuItem7";
504             
this.toolStripMenuItem7.Size = new System.Drawing.Size(122, 6);
505             
//
506             
// normalToolStripMenuItem
507             
//
508             
this.normalToolStripMenuItem.Name = "normalToolStripMenuItem";
509             
this.normalToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
510             
this.normalToolStripMenuItem.Text = "&Normal";
511             
this.normalToolStripMenuItem.Click += new System.EventHandler(this.normalToolStripMenuItem_Click);
512             
//
513             
// boldToolStripMenuItem1
514             
//
515             
this.boldToolStripMenuItem1.Image = global::Best_Notepad.Properties.Resources.bold;
516             
this.boldToolStripMenuItem1.Name = "boldToolStripMenuItem1";
517             
this.boldToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
518             
this.boldToolStripMenuItem1.Text = "&Bold";
519             
this.boldToolStripMenuItem1.Click += new System.EventHandler(this.boldToolStripMenuItem1_Click);
520             
//
521             
// italicToolStripMenuItem1
522             
//
523             
this.italicToolStripMenuItem1.Image = global::Best_Notepad.Properties.Resources.italic;
524             
this.italicToolStripMenuItem1.Name = "italicToolStripMenuItem1";
525             
this.italicToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
526             
this.italicToolStripMenuItem1.Text = "&Italic";
527             
this.italicToolStripMenuItem1.Click += new System.EventHandler(this.italicToolStripMenuItem1_Click);
528             
//
529             
// underlineToolStripMenuItem1
530             
//
531             
this.underlineToolStripMenuItem1.Image = global::Best_Notepad.Properties.Resources.underline;
532             
this.underlineToolStripMenuItem1.Name = "underlineToolStripMenuItem1";
533             
this.underlineToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
534             
this.underlineToolStripMenuItem1.Text = "&Underline";
535             
this.underlineToolStripMenuItem1.Click += new System.EventHandler(this.underlineToolStripMenuItem1_Click);
536             
//
537             
// toolStripMenuItem9
538             
//
539             
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
540             
this.toolStripMenuItem9.Size = new System.Drawing.Size(122, 6);
541             
//
542             
// cutToolStripMenuItem1
543             
//
544             
this.cutToolStripMenuItem1.Image = global::Best_Notepad.Properties.Resources.cutt;
545             
this.cutToolStripMenuItem1.Name = "cutToolStripMenuItem1";
546             
this.cutToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
547             
this.cutToolStripMenuItem1.Text = "&Cut";
548             
this.cutToolStripMenuItem1.Click += new System.EventHandler(this.cutToolStripMenuItem1_Click);
549             
//
550             
// copyToolStripMenuItem1
551             
//
552             
this.copyToolStripMenuItem1.Image = global::Best_Notepad.Properties.Resources.copy;
553             
this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
554             
this.copyToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
555             
this.copyToolStripMenuItem1.Text = "&Copy";
556             
this.copyToolStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem1_Click);
557             
//
558             
// pasteToolStripMenuItem1
559             
//
560             
this.pasteToolStripMenuItem1.Image = global::Best_Notepad.Properties.Resources.paste;
561             
this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1";
562             
this.pasteToolStripMenuItem1.Size = new System.Drawing.Size(125, 22);
563             
this.pasteToolStripMenuItem1.Text = "&Paste";
564             
this.pasteToolStripMenuItem1.Click += new System.EventHandler(this.pasteToolStripMenuItem1_Click);
565             
//
566             
// toolStripContainer1
567             
//
568             
//
569             
// toolStripContainer1.BottomToolStripPanel
570             
//
571             
this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
572             
//
573             
// toolStripContainer1.ContentPanel
574             
//
575             
this.toolStripContainer1.ContentPanel.Controls.Add(this.mainrichTextBox);
576             
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(712, 356);
577             
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
578             
this.toolStripContainer1.LeftToolStripPanelVisible = false;
579             
this.toolStripContainer1.Location = new System.Drawing.Point(0, 24);
580             
this.toolStripContainer1.Name = "toolStripContainer1";
581             
this.toolStripContainer1.RightToolStripPanelVisible = false;
582             
this.toolStripContainer1.Size = new System.Drawing.Size(712, 405);
583             
this.toolStripContainer1.TabIndex = 4;
584             
this.toolStripContainer1.Text = "toolStripContainer1";
585             
//
586             
// toolStripContainer1.TopToolStripPanel
587             
//
588             
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
589             
//
590             
// statusStrip1
591             
//
592             
this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
593             
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
594             
this.messagetoolStripStatusLabel,
595             
this.capstoolStripStatusLabel,
596             
this.toolStripStatusLabel1});
597             
this.statusStrip1.Location = new System.Drawing.Point(0, 0);
598             
this.statusStrip1.Name = "statusStrip1";
599             
this.statusStrip1.Size = new System.Drawing.Size(712, 24);
600             
this.statusStrip1.TabIndex = 0;
601             
//
602             
// messagetoolStripStatusLabel
603             
//
604             
this.messagetoolStripStatusLabel.AutoSize = false;
605             
this.messagetoolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
606             | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
607             | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
608             
this.messagetoolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
609             
this.messagetoolStripStatusLabel.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
610             
this.messagetoolStripStatusLabel.Name = "messagetoolStripStatusLabel";
611             
this.messagetoolStripStatusLabel.Size = new System.Drawing.Size(350, 19);
612             
this.messagetoolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
613             
this.messagetoolStripStatusLabel.Click += new System.EventHandler(this.messagetoolStripStatusLabel_Click);
614             
//
615             
// capstoolStripStatusLabel
616             
//
617             
this.capstoolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
618             | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
619             | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
620             
this.capstoolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
621             
this.capstoolStripStatusLabel.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
622             
this.capstoolStripStatusLabel.Name = "capstoolStripStatusLabel";
623             
this.capstoolStripStatusLabel.Size = new System.Drawing.Size(61, 19);
624             
this.capstoolStripStatusLabel.Text = "CAPS ON";
625             
//
626             
// toolStripStatusLabel1
627             
//
628             
this.toolStripStatusLabel1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
629             
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
630             
this.toolStripStatusLabel1.Size = new System.Drawing.Size(77, 19);
631             
this.toolStripStatusLabel1.Text = "Editor";
632             
this.toolStripStatusLabel1.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
633             
//
634             
// toolStrip1
635             
//
636             
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
637             
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
638             
this.newtoolStripButton,
639             
this.toolStripButton2,
640             
this.toolStripButton3,
641             
this.toolStripButton4,
642             
this.toolStripSeparator1,
643             
this.toolStripButton5,
644             
this.toolStripButton6,
645             
this.toolStripSeparator2,
646             
this.toolStripButton7,
647             
this.toolStripButton8,
648             
this.toolStripButton14,
649             
this.toolStripButton15,
650             
this.toolStripButton1,
651             
this.toolStripSeparator3,
652             
this.toolStripButton9,
653             
this.toolStripButton10,
654             
this.toolStripButton11,
655             
this.toolStripSeparator4,
656             
this.toolStripButton12,
657             
this.toolStripButton13,
658             
this.toolStripSeparator5,
659             
this.toolStripButton16});
660             
this.toolStrip1.Location = new System.Drawing.Point(3, 0);
661             
this.toolStrip1.Name = "toolStrip1";
662             
this.toolStrip1.Size = new System.Drawing.Size(433, 25);
663             
this.toolStrip1.TabIndex = 0;
664             
//
665             
// newtoolStripButton
666             
//
667             
this.newtoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
668             
this.newtoolStripButton.Image = global::Best_Notepad.Properties.Resources.newclient;
669             
this.newtoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
670             
this.newtoolStripButton.Name = "newtoolStripButton";
671             
this.newtoolStripButton.Size = new System.Drawing.Size(23, 22);
672             
this.newtoolStripButton.Text = "New ";
673             
this.newtoolStripButton.Click += new System.EventHandler(this.newtoolStripButton_Click);
674             
//
675             
// toolStripButton2
676             
//
677             
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
678             
this.toolStripButton2.Image = global::Best_Notepad.Properties.Resources.images__1_;
679             
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
680             
this.toolStripButton2.Name = "toolStripButton2";
681             
this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
682             
this.toolStripButton2.Text = "OPEN";
683             
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
684             
//
685             
// toolStripButton3
686             
//
687             
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
688             
this.toolStripButton3.Image = global::Best_Notepad.Properties.Resources.download1;
689             
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
690             
this.toolStripButton3.Name = "toolStripButton3";
691             
this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
692             
this.toolStripButton3.Text = "Save";
693             
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
694             
//
695             
// toolStripButton4
696             
//
697             
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
698             
this.toolStripButton4.Image = global::Best_Notepad.Properties.Resources.save_as;
699             
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
700             
this.toolStripButton4.Name = "toolStripButton4";
701             
this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
702             
this.toolStripButton4.Text = "Save As";
703             
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
704             
//
705             
// toolStripSeparator1
706             
//
707             
this.toolStripSeparator1.Name = "toolStripSeparator1";
708             
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
709             
//
710             
// toolStripButton5
711             
//
712             
this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
713             
this.toolStripButton5.Image = global::Best_Notepad.Properties.Resources.print1;
714             
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
715             
this.toolStripButton5.Name = "toolStripButton5";
716             
this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
717             
this.toolStripButton5.Text = "Print";
718             
//
719             
// toolStripButton6
720             
//
721             
this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
722             
this.toolStripButton6.Image = global::Best_Notepad.Properties.Resources.printpreviw;
723             
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
724             
this.toolStripButton6.Name = "toolStripButton6";
725             
this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
726             
this.toolStripButton6.Text = "Printpreview";
727             
//
728             
// toolStripSeparator2
729             
//
730             
this.toolStripSeparator2.Name = "toolStripSeparator2";
731             
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
732             
//
733             
// toolStripButton7
734             
//
735             
this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
736             
this.toolStripButton7.Enabled = false;
737             
this.toolStripButton7.Image = global::Best_Notepad.Properties.Resources.undo;
738             
this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
739             
this.toolStripButton7.Name = "toolStripButton7";
740             
this.toolStripButton7.Size = new System.Drawing.Size(23, 22);
741             
this.toolStripButton7.Text = "Undo";
742             
this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
743             
//
744             
// toolStripButton8
745             
//
746             
this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
747             
this.toolStripButton8.Enabled = false;
748             
this.toolStripButton8.Image = global::Best_Notepad.Properties.Resources.redo;
749             
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
750             
this.toolStripButton8.Name = "toolStripButton8";
751             
this.toolStripButton8.Size = new System.Drawing.Size(23, 22);
752             
this.toolStripButton8.Text = "Redo";
753             
this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
754             
//
755             
// toolStripButton14
756             
//
757             
this.toolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
758             
this.toolStripButton14.Image = global::Best_Notepad.Properties.Resources.cutt;
759             
this.toolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta;
760             
this.toolStripButton14.Name = "toolStripButton14";
761             
this.toolStripButton14.Size = new System.Drawing.Size(23, 22);
762             
this.toolStripButton14.Text = "toolStripButton14";
763             
this.toolStripButton14.Click += new System.EventHandler(this.toolStripButton14_Click);
764             
//
765             
// toolStripButton15
766             
//
767             
this.toolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
768             
this.toolStripButton15.Image = global::Best_Notepad.Properties.Resources.copy;
769             
this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta;
770             
this.toolStripButton15.Name = "toolStripButton15";
771             
this.toolStripButton15.Size = new System.Drawing.Size(23, 22);
772             
this.toolStripButton15.Text = "toolStripButton15";
773             
this.toolStripButton15.Click += new System.EventHandler(this.toolStripButton15_Click);
774             
//
775             
// toolStripButton1
776             
//
777             
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
778             
this.toolStripButton1.Image = global::Best_Notepad.Properties.Resources.paste;
779             
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
780             
this.toolStripButton1.Name = "toolStripButton1";
781             
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
782             
this.toolStripButton1.Text = "toolStripButton1";
783             
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
784             
//
785             
// toolStripSeparator3
786             
//
787             
this.toolStripSeparator3.Name = "toolStripSeparator3";
788             
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
789             
//
790             
// toolStripButton9
791             
//
792             
this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
793             
this.toolStripButton9.Image = global::Best_Notepad.Properties.Resources.bold;
794             
this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
795             
this.toolStripButton9.Name = "toolStripButton9";
796             
this.toolStripButton9.Size = new System.Drawing.Size(23, 22);
797             
this.toolStripButton9.Text = "Bold";
798             
this.toolStripButton9.Click += new System.EventHandler(this.toolStripButton9_Click);
799             
//
800             
// toolStripButton10
801             
//
802             
this.toolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
803             
this.toolStripButton10.Image = global::Best_Notepad.Properties.Resources.italic;
804             
this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
805             
this.toolStripButton10.Name = "toolStripButton10";
806             
this.toolStripButton10.Size = new System.Drawing.Size(23, 22);
807             
this.toolStripButton10.Text = "Italic";
808             
this.toolStripButton10.Click += new System.EventHandler(this.toolStripButton10_Click);
809             
//
810             
// toolStripButton11
811             
//
812             
this.toolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
813             
this.toolStripButton11.Image = global::Best_Notepad.Properties.Resources.underline;
814             
this.toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
815             
this.toolStripButton11.Name = "toolStripButton11";
816             
this.toolStripButton11.Size = new System.Drawing.Size(23, 22);
817             
this.toolStripButton11.Text = "Underline";
818             
this.toolStripButton11.Click += new System.EventHandler(this.toolStripButton11_Click);
819             
//
820             
// toolStripSeparator4
821             
//
822             
this.toolStripSeparator4.Name = "toolStripSeparator4";
823             
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
824             
//
825             
// toolStripButton12
826             
//
827             
this.toolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
828             
this.toolStripButton12.Image = global::Best_Notepad.Properties.Resources.strikethrough1;
829             
this.toolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta;
830             
this.toolStripButton12.Name = "toolStripButton12";
831             
this.toolStripButton12.Size = new System.Drawing.Size(23, 22);
832             
this.toolStripButton12.Text = "Strikethrough";
833             
this.toolStripButton12.Click += new System.EventHandler(this.toolStripButton12_Click_1);
834             
//
835             
// toolStripButton13
836             
//
837             
this.toolStripButton13.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
838             
this.toolStripButton13.Image = global::Best_Notepad.Properties.Resources.format;
839             
this.toolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta;
840             
this.toolStripButton13.Name = "toolStripButton13";
841             
this.toolStripButton13.Size = new System.Drawing.Size(23, 22);
842             
this.toolStripButton13.Text = "Format Font";
843             
this.toolStripButton13.Click += new System.EventHandler(this.toolStripButton13_Click);
844             
//
845             
// toolStripSeparator5
846             
//
847             
this.toolStripSeparator5.Name = "toolStripSeparator5";
848             
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
849             
//
850             
// toolStripButton16
851             
//
852             
this.toolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
853             
this.toolStripButton16.Image = global::Best_Notepad.Properties.Resources.speech;
854             
this.toolStripButton16.ImageTransparentColor = System.Drawing.Color.Magenta;
855             
this.toolStripButton16.Name = "toolStripButton16";
856             
this.toolStripButton16.Size = new System.Drawing.Size(23, 22);
857             
this.toolStripButton16.Text = "Go to Speech";
858             
this.toolStripButton16.Click += new System.EventHandler(this.toolStripButton16_Click);
859             
//
860             
// toolStripMenuItem11
861             
//
862             
this.toolStripMenuItem11.Name = "toolStripMenuItem11";
863             
this.toolStripMenuItem11.Size = new System.Drawing.Size(159, 6);
864             
//
865             
// calculatorToolStripMenuItem
866             
//
867             
this.calculatorToolStripMenuItem.Name = "calculatorToolStripMenuItem";
868             
this.calculatorToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
869             
this.calculatorToolStripMenuItem.Text = "&Calculator";
870             
this.calculatorToolStripMenuItem.Click += new System.EventHandler(this.calculatorToolStripMenuItem_Click);
871             
//
872             
// Form1
873             
//
874             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
875             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
876             
this.BackColor = System.Drawing.Color.Gray;
877             
this.ClientSize = new System.Drawing.Size(712, 429);
878             
this.Controls.Add(this.toolStripContainer1);
879             
this.Controls.Add(this.menuStrip1);
880             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
881             
this.MainMenuStrip = this.menuStrip1;
882             
this.Name = "Form1";
883             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
884             
this.Text = "Untitled - Editor with rich features";
885             
this.Load += new System.EventHandler(this.Form1_Load);
886             
this.menuStrip1.ResumeLayout(false);
887             
this.menuStrip1.PerformLayout();
888             
this.contextMenuStrip1.ResumeLayout(false);
889             
this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
890             
this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
891             
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
892             
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
893             
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
894             
this.toolStripContainer1.ResumeLayout(false);
895             
this.toolStripContainer1.PerformLayout();
896             
this.statusStrip1.ResumeLayout(false);
897             
this.statusStrip1.PerformLayout();
898             
this.toolStrip1.ResumeLayout(false);
899             
this.toolStrip1.PerformLayout();
900             
this.ResumeLayout(false);
901             
this.PerformLayout();
902
903         }
904
905         
#endregion
906
907         
private System.Windows.Forms.MenuStrip menuStrip1;
908         
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
909         
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
910         
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
911         
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
912         
private System.Windows.Forms.ToolStripMenuItem aboutNotepadToolStripMenuItem;
913         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
914         
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
915         
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
916         
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
917         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
918         
private System.Windows.Forms.ToolStripMenuItem printPreviewToolStripMenuItem;
919         
private System.Windows.Forms.ToolStripMenuItem printToolStripMenuItem;
920         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
921         
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
922         
private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
923         
private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
924         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
925         
private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
926         
private System.Windows.Forms.RichTextBox mainrichTextBox;
927         
private System.Windows.Forms.ToolStripMenuItem signOutToolStripMenuItem;
928         
private System.Windows.Forms.ToolStripMenuItem signOutToolStripMenuItem1;
929         
private System.Windows.Forms.ToolStripMenuItem dateToolStripMenuItem;
930         
private System.Windows.Forms.ToolStripMenuItem formatFontToolStripMenuItem;
931         
private System.Windows.Forms.ToolStripMenuItem changeTextColorToolStripMenuItem;
932         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
933         
private System.Windows.Forms.ToolStripMenuItem normatToolStripMenuItem;
934         
private System.Windows.Forms.ToolStripMenuItem boldToolStripMenuItem;
935         
private System.Windows.Forms.ToolStripMenuItem italicToolStripMenuItem;
936         
private System.Windows.Forms.ToolStripMenuItem underlineToolStripMenuItem;
937         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
938         
private System.Windows.Forms.ToolStripMenuItem strikethroughToolStripMenuItem;
939         
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
940         
private System.Windows.Forms.StatusStrip statusStrip1;
941         
private System.Windows.Forms.ToolStrip toolStrip1;
942         
private System.Windows.Forms.ToolStripButton newtoolStripButton;
943         
private System.Windows.Forms.ToolStripButton toolStripButton2;
944         
private System.Windows.Forms.ToolStripButton toolStripButton3;
945         
private System.Windows.Forms.ToolStripButton toolStripButton4;
946         
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
947         
private System.Windows.Forms.ToolStripButton toolStripButton5;
948         
private System.Windows.Forms.ToolStripButton toolStripButton6;
949         
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
950         
private System.Windows.Forms.ToolStripButton toolStripButton7;
951         
private System.Windows.Forms.ToolStripButton toolStripButton8;
952         
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
953         
private System.Windows.Forms.ToolStripButton toolStripButton9;
954         
private System.Windows.Forms.ToolStripButton toolStripButton10;
955         
private System.Windows.Forms.ToolStripButton toolStripButton11;
956         
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
957         
private System.Windows.Forms.ToolStripButton toolStripButton12;
958         
private System.Windows.Forms.ToolStripButton toolStripButton13;
959         
private System.Windows.Forms.ToolStripStatusLabel messagetoolStripStatusLabel;
960         
private System.Windows.Forms.ToolStripStatusLabel capstoolStripStatusLabel;
961         
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
962         
private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem1;
963         
private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem1;
964         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
965         
private System.Windows.Forms.ToolStripMenuItem normalToolStripMenuItem;
966         
private System.Windows.Forms.ToolStripMenuItem boldToolStripMenuItem1;
967         
private System.Windows.Forms.ToolStripMenuItem italicToolStripMenuItem1;
968         
private System.Windows.Forms.ToolStripMenuItem underlineToolStripMenuItem1;
969         
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
970         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
971         
private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
972         
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
973         
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
974         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
975         
private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem1;
976         
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem1;
977         
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem1;
978         
private System.Windows.Forms.ToolStripButton toolStripButton14;
979         
private System.Windows.Forms.ToolStripButton toolStripButton15;
980         
private System.Windows.Forms.ToolStripButton toolStripButton1;
981         
private System.Windows.Forms.ToolStripMenuItem speachToolStripMenuItem;
982         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10;
983         
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
984         
private System.Windows.Forms.ToolStripButton toolStripButton16;
985         
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem11;
986         
private System.Windows.Forms.ToolStripMenuItem calculatorToolStripMenuItem;
987     }
988 }


Gõ tìm kiếm nhanh...